sdvaluefloat2 module¶
-
class
sd.api.sdvaluefloat2.SDValueFloat2(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluevector.SDValueVector-
get() → sd.api.sdbasetypes.float2¶ Get the base type value as float2
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: sd.api.sdbasetypes.float2) → sd.api.sdvaluefloat2.SDValueFloat2¶ Create new SDValueFloat2
- Parameters
value – The name of the enum type
-